Translate user-facing messages from Chinese to English#1
Merged
Conversation
Co-authored-by: abien <254409+abien@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Translate user communications to English
Translate user-facing messages from Chinese to English
Jan 31, 2026
abien
reviewed
Jan 31, 2026
| @@ -141,8 +141,8 @@ OUTPUT FORMAT: | |||
| "skill": { | |||
Owner
There was a problem hiding this comment.
Lets check if this "invoice" part is actually productive or if its leftovers from other codebase by accident
There was a problem hiding this comment.
Pull request overview
Translates user-facing toast notifications and an AI prompt example from Chinese to English so non-Chinese speakers can understand runtime feedback and prompt guidance.
Changes:
- Translated the extraction-cancellation toast in
src/index.ts. - Translated multiple knowledge-extractor toasts in
src/hooks/knowledge-extractor.ts(subsession creation, manual command hint, idle countdown). - Translated the example JSON content in the extraction system prompt.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/index.ts | Translates the cancellation toast message to English. |
| src/hooks/knowledge-extractor.ts | Translates extractor toasts and the prompt’s example JSON text to English. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User-facing toast notifications and AI prompt examples contained Chinese text, preventing non-Chinese speakers from understanding system feedback.
Changes
Toast notifications - Translated 4 messages in
knowledge-extractor.tsandindex.ts:AI system prompt - Translated example JSON in extraction prompt (invoice validation example used for format demonstration)
Example
All translations preserve original semantics.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.